Mirror How To's
How to's for the Mirror guide.
How to Use Mirror?
How to Use Mirror?
The following steps explain how to add and configure the Mirror object on a form.
Add the Mirror Object to the Form
- Open the form design screen
- Go to the
Toolboxpanel - Locate the
Mirrorobject - Drag and drop it onto the form
Define the Source Object
- Click on the Mirror object
- Open the
Property Viewerpanel - Go to the
Generaltab - From the
Source / Target Objectfield:- Select the object whose value will be mirrored
(TextBox, ComboBox, Lookup, etc.)
- Select the object whose value will be mirrored
Position the Mirror Display
The Mirror object can be placed:
- Inside Tabs
- Inside a Collapse
- In a different section of the form
Any change made in the source object is instantly reflected in the Mirror object.
Save and Test the Form
- Save the form
- Run the form
- Enter data into the source object
- Observe that the value is automatically reflected in the Mirror object
Example Scenario
Scenario:
The user enters Full Name information on the first tab of the form.
- First tab → TextBox (Full Name)
- Second tab → Mirror (Full Name summary)
When the user switches tabs, they can see the same information without re-entering it.
What Is Mirror?
What Is Mirror?
Mirror is a form object that allows data entered into or displayed by another form object to be
shown again in a different section of the form, with a different layout, or
inside container structures such as Tabs or Collapse.
The Mirror object:
- Does
not copythe data - Does
not modifythe data - Only
reflects (mirrors) the existing data in a read-only way
This makes it possible to present the same data to the user in multiple places without rebinding it multiple times.
What Is It Used For?
- Displaying the same information on different tabs
- Showing summary information to the user
- Repeating important fields in long forms
- Reflecting data inside Tabs or Collapse containers
Key Features
- Works in
real-time synchronizationwith the source object - Has
low performance overhead - Provides
read-only display - Helps keep the UI clean and well-structured
Typical Use Cases
Summary SectionsApproval ScreensMulti-tab (Tabs) FormsCollapsible (Collapse) Areas